body {
	background-color: #000000;
	overflow:hidden;
}
.preloader_bg {
	position: fixed;
	background: #000000;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 200;
}
.preloader_content {
	position: fixed;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	z-index: 201;
	font-size: 14px;
}
.preloader_content span {
	display: block;
	margin: auto;
	text-align: center;
	text-transform: uppercase;
	color: #ffffff;
}

video {
    max-height: 100%;
    width: 100%;
    display: none;
}

/*video::-webkit-media-controls {*/
/*  display: none;*/
/*}*/

.iv-cont{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    min-height: 100vh;
    background: #000000;
	height: 100vh;
}

.iv-full {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 99;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background: #000000;
    transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
	height:100%;
}

.iv-iner{
	align-items: center;
	height:100%;
	object-fit: contain;
}
.fader{
	text-align: center;
	justify-content: center;
	height:100%;
	margin: 0;
	padding: 0;
}

.fader_img{
	height: 100%;
}

.iv-btn-play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 100px;
    color: #000000;
    background: #ffffff;
    border-radius: 50%;
    cursor: pointer;
}

.iv-over {
	display: none;
    touch-action: none;
}

.iv-over-text{
    color: #ffffff;
    font-size: 22px;
    margin-bottom: 0;
	margin-left: 10px;
    display: block;
    touch-action: none;
}
.iv-over-ico{
    font-size: 100px;
    color: #ffffff;
    cursor: default;
    touch-action: none;
}
div.spacer {
	height: 1px; 
}

